home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / NextAnswers / EOF2.0_PDO4.0_Example / Makefile < prev    next >
Makefile  |  1996-04-09  |  1KB  |  48 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = fetch
  11.  
  12. PROJECTVERSION = 2.5
  13. PROJECT_TYPE = Tool
  14. LANGUAGE = English
  15.  
  16. MFILES = fetch_main.m
  17.  
  18. OTHERSRCS = Makefile Makefile.postamble Makefile.preamble\
  19.             Makefile.preamble-hpux Makefile.preamble-hpux-informix\
  20.             Makefile.preamble-hpux-oracle Makefile.preamble-hpux-sybase\
  21.             Makefile.preamble-solaris Makefile.preamble-solaris-informix\
  22.             Makefile.preamble-solaris-oracle Makefile.preamble-solaris-sybase\
  23.         h.template m.template\
  24.             README.rtf
  25.  
  26.  
  27. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/project
  28. CODE_GEN_STYLE = DYNAMIC
  29. MAKEFILE = tool.make
  30. LIBS = 
  31. DEBUG_LIBS = $(LIBS)
  32. PROF_LIBS = $(LIBS)
  33.  
  34.  
  35. FRAMEWORKS = -framework EOAccess -framework EOControl\
  36.              -framework Foundation
  37.  
  38.  
  39. include $(MAKEFILEDIR)/platform.make
  40.  
  41. -include Makefile.preamble
  42.  
  43. include $(MAKEFILEDIR)/$(MAKEFILE)
  44.  
  45. -include Makefile.postamble
  46.  
  47. -include Makefile.dependencies
  48.